VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class / GetImage Methods / GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) Method (TiffPage)
    In This Topic
    Returns an image of this TIFF page.
    Syntax

    Parameters

    progressDelegate
    Progress delegate.
    decodingSettings
    The decoding settings that should be used for decoding of page image.

    Return Value

    The image associated with this TiffPage object if image was loaded successfully; null if image loading was canceled.
    Exceptions
    ExceptionDescription
    Thrown if error occurred while loading of image.
    Remarks

    This method creates background threads for loading the image, count of thread can be set with the ImagingEnvironment.MaxThreads property.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also